Other properties

Description

Set other properties on the control. Use this if you want to set property values not explicitly exposed in this builder.

Discussion

Enter properties using a 'JSON like' syntax. E.g. Property name in quotes followed by a colon and then the Property value using JavaScript syntax. For example:

"centerx": null
"width": 60
"backgroundStroke": "gray"
"textBold": false

The SemiCircularNumberDisplay control is based on the RGraph Semi-circular progress chart. The properties listed below are available for customizing charts in the RGraph library. Some values listed may not apply to the SemiCircularNumberDisplay control. See RGraph Library for details about these properties:

"centerx": null
"centery": null
"radius": null
"width": 60
"gutterLeft": 35
"gutterRight": 35
"gutterTop": 35
"gutterBottom": 35
"backgroundStrokeLinewidth": 0.25
"backgroundStroke": "gray"
"backgroundFill": "Gradient(white:#aaa)"
"backgroundFillOpacity": 0.25
"strokestyle": "#666"
"textColor": "gray"
"textFont": "sans-serif"
"textSize": 10
"textBold": false
"textItalic": false
"unitsPre": ""
"unitsPost": ""
"scalePoint": "."
"scaleThousand": ""
"scaleDecimals": 0
"scaleFormatter": null
"labelsMin": true
"labelsMinSpecific": null
"labelsMinPoint": null
"labelsMinThousand": null
"labelsMinFormatter": null
"labelsMinFont": null
"labelsMinSize": null
"labelsMinBold": null
"labelsMinItalic": null
"labelsMinColor": null
"labelsMinDecimals": null
"labelsMinUnitsPre": null
"labelsMinUnitsPost": null
"labelsMax": true
"labelsMaxSpecific": null
"labelsMaxPoint": null
"labelsMaxThousand": null
"labelsMaxFormatter": null
"labelsMaxFont": null
"labelsMaxSize": null
"labelsMaxBold": null
"labelsMaxItalic": null
"labelsMaxColor": null
"labelsMaxDecimals": null
"labelsMaxUnitsPre": null
"labelsMaxUnitsPost": null
"labelsCenter": false
"labelsCenterSpecific": null
"labelsCenterPoint": null
"labelsCenterThousand": null
"labelsCenterFormatter": null
"labelsCenterFont": null
"labelsCenterSize": 40
"labelsCenterBold": true
"labelsCenterItalic": null
"labelsCenterColor": "#666"
"labelsCenterDecimals": 0
"labelsCenterUnitsPre": null
"labelsCenterUnitsPost": null
"linewidth": 0
"tooltips": null
"tooltipsOverride": null
"tooltipsEffect": "fade"
"tooltipsCssClass": "RGraph_tooltip"
"tooltipsEvent": "click"
"highlightStroke": "rgba(0000)"
"highlightFill": "rgba(2552552550.7)"
"highlightLinewidth": 1
"title": ""
"titleSize": 16
"titleX": null
"titleY": 25
"titleHalign": "center"
"titleValign": null
"titleColor": "black"
"titleFont": null
"titleBold": false
"titleItalic": false
"titleSubtitle": ""
"titleSubtitleSize": 10
"titleSubtitleX": null
"titleSubtitleY": 43
"titleSubtitleHalign": "center"
"titleSubtitleValign": null
"titleSubtitleColor": "#aaa"
"titleSubtitleFont": null
"titleSubtitleBold": false
"titleSubtitleItalic": false
"attribution": false
"attributionX": null
"attributionY": null
"attributionHref": null
"attributionHalign": "right"
"attributionValign": "bottom"
"attributionSize": 7
"attributionColor": "gray"
"attributionFont": "sans-serif"
"attributionItalic": false
"attributionBold": false
"titleSubTitleSize": 10

See Also